{$cleo .cs}

0000:

model.load(#55)
038B: load_requested_models

:label
while true
     wait 0
     if 
         0AB0:   is_key_pressed 54
     then
         04C4: store_coords_to 1@ 2@ 3@ from_actor $player_actor with_offset 1.0 2.0 -1.0
         4@ = Actor.Create(Prostitute, #55, 1@, 2@, 3@)
         04C4: store_coords_to 1@ 2@ 3@ from_actor $player_actor with_offset 2.0 2.0 -1.0
         5@ = Actor.Create(Prostitute, #55, 1@, 2@, 3@)
         04C4: store_coords_to 1@ 2@ 3@ from_actor $player_actor with_offset 3.0 2.0 -1.0
         6@ = Actor.Create(Prostitute, #55, 1@, 2@, 3@)
         04C4: store_coords_to 1@ 2@ 3@ from_actor $player_actor with_offset 4.0 2.0 -1.0
         7@ = Actor.Create(Prostitute, #55, 1@, 2@, 3@)
         04C4: store_coords_to 1@ 2@ 3@ from_actor $player_actor with_offset 5.0 2.0 -1.0
         8@ = Actor.Create(Prostitute, #55, 1@, 2@, 3@)
         break
     end
end

while true
    wait 0
     if 
        0AB0:   is_key_pressed 55
     then
         actor.RemoveReferences(4@)
         actor.DestroyInstantly(4@)
         actor.RemoveReferences(5@)
         actor.DestroyInstantly(5@)
         actor.RemoveReferences(6@)
         actor.DestroyInstantly(6@)
         actor.RemoveReferences(7@)
         actor.DestroyInstantly(7@)
         actor.RemoveReferences(8@)
         actor.DestroyInstantly(8@)
        goto @label
     end
end
